home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / shopdrop.swf / scripts / DefineButton2_852 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  153b  |  11 lines

  1. on(release){
  2.    if(this.sNextMenu == undefined)
  3.    {
  4.       this.gotoAndPlay("s-transHelp");
  5.    }
  6.    else
  7.    {
  8.       this.show("start");
  9.    }
  10. }
  11.